
/* #Media Queries
================================================== */


/* Smaller than standard 1680 (browsers) */
@media only screen and (max-width: 1680px) {


}

/* Smaller than standard 1600 (browsers) */
@media only screen and (max-width: 1600px) {
	

}

/* Smaller than standard 1440 (browsers) */
@media only screen and (max-width: 1440px) {


}

/* Smaller than standard 1366 (browsers) */
@media only screen and (max-width: 1366px) {


}


/* Smaller than standard 1280 ( browsers) */
@media only screen and (max-width: 1280px) {

}


/* Tablet Portrait size to standard 980 (devices and browsers) */
@media only screen and (min-width: 981px) and (max-width: 1024px) {

}


/* Smaller than standard 980 (devices and browsers) */
@media only screen and (max-width: 980px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	blockquote.left, blockquote.right { width: 50%;}
	
	#img-carousel  .owl-controls .owl-buttons .owl-prev{ left:-41px; }
	#img-carousel  .owl-controls .owl-buttons .owl-next{ right:-41px; }
	
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#bodychild{width:100%; margin:0}
	
	
	/*============================================== HEADER SECTION ==============================================*/
	#outerheader{ top:20px;}
	#logo{text-align:center; float:none; display:block; margin:0 0 20px;}
	#logoimg img{margin:0px auto;}
	
	.container{ margin: 0px auto; max-width: 450px; }

	#navigation{text-align:center; float:none; clear:both; margin:0px!important;}
	#top-nav-wrap{ width:60%; margin:0 auto}
	.menu a{background:transparent !important; border:0 !important}
	.menu > li{border:0 !important; display:none;}
	nav{margin:0px; float:none; }
	.js .tinynav { display: block; display: inline-block; text-align:left ; margin:0 0 0 0; width:100%}/* mobile dropdown */
    .js .sf-menu { display: none }
	

	/*============================================== SLIDER SECTION ==============================================*/
	#slider img {width: 1200px; max-width: none;}
	#slider .slider-desc{ width:80%}

	
	/*============================================== CONTENT SECTION ==============================================*/
	
	.site-content.with-slider{ margin:0px}
	.sidebar.widget-area{ padding-top:40px;}
	.recent-item img{ width:100%; height:auto}

	.post-image {
		float: none;
		height: auto;
		margin:0  0 20px 0;
		width: auto;
	}
	
	.articlecontainer .post-entry { overflow: inherit;}
	
	blockquote.left, blockquote.right { width: auto;}
	
	
	.wpcf7 label { width: 100%;}
	
	.wpcf7 input[type="text"], 
	.wpcf7 input[type="email"], 
	.wpcf7 input[type="password"] {
		width: 100%;
	}
	
	.wpcf7 textarea {
		width: 100%;
	}
	

	
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#bodychild{width:100%;}
			
	#respond form textarea { width: 100%;}
	#respond form input[type="text"], #respond form input[type="email"], #respond form input[type="url"] {
		width: 100%;
	}

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
	#bodychild{width:100%;}
	
	.comment-list .children > li {padding-left: 0.5em;}
	#respond form textarea { width: 100%;}
	#respond form input[type="text"], #respond form input[type="email"], #respond form input[type="url"] {
		width: 100%;
	}
	
	#img-carousel  .owl-controls .owl-buttons .owl-prev, #img-carousel  .owl-controls .owl-buttons .owl-next{ display:none }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 360px) {
	#img-carousel  .owl-controls .owl-buttons .owl-prev, #img-carousel  .owl-controls .owl-buttons .owl-next{ display:none }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 320px) {
	#img-carousel  .owl-controls .owl-buttons .owl-prev, #img-carousel  .owl-controls .owl-buttons .owl-next{ display:none }
}
